home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / qostnote.zip / AMIBIOS.PAT < prev    next >
Text File  |  1990-04-05  |  2KB  |  64 lines

  1. Quarterdeck Technical Note
  2.  
  3. Q:  Why does my machine with AMI 3.0 BIOS hang when I boot with 
  4. QEMM?
  5.  
  6. The problem is that the AMI BIOS version 3.0 (dated Feb. 1, 1989) 
  7. contains information that would indicate that the machine is a 
  8. COMPAQ.  QEMM detects this and assumes that the machine will be 
  9. fully COMPAQ compatible, and configures its "Shadow RAM" in the 
  10. same way as the COMPAQ.
  11.  
  12. Machines that use this BIOS do not seem to be compatible with the 
  13. COMPAQ with respect to shadow RAM and so the machine will fail.
  14.  
  15. The best solution would be to contact the manufacturer of your 
  16. machine and see about getting a BIOS upgrade.  Version 3.11 
  17. apparently fixes the problem. One manufacturer (Northgate) is 
  18. said to be providing these at no charge to users with this 
  19. problem.
  20.  
  21.        Patch for QEMM.SYS to run on AMI BIOS version 3.0:
  22.  
  23. Another solution that will get you past the problem as it relates 
  24. to QEMM is to install the following patch on QEMM.  DO NOT 
  25. perform this on your only copy of QEMM, incase you make a 
  26. mistake.
  27.  
  28. First use the DOS utility DEBUG to change QEMM.SYS by typing the 
  29. following:
  30.  
  31. C:\>debug qemm.sys <Enter>
  32.  
  33. DEBUG should load and display a "-" as a prompt.  Then type:
  34.  
  35. -s 100 L f000 "COMPAQ"
  36.  
  37. An address should be returned as below
  38.  
  39. 4F5F:26BA  <- This address will vary, but use what is returned.
  40.  
  41. then, using the address that was returned (not necessarily the 
  42. one in the following example type the following
  43.  
  44. -e4f5f:26b0  <Enter>
  45.  
  46. DEBUG will return the address again, followed by a 43 as follows.  
  47. Enter a zero, followed by the Enter key.
  48.  
  49. 4f5f:26b0  43  __ <-enter a 0 here and hit Enter
  50.  
  51. Then enter W to write out the changed file
  52.  
  53. -w  <Enter>
  54.  
  55. Type Q to exit DEBUG
  56.  
  57. -q  <Enter>
  58.  
  59. Then reboot and give it a try.
  60.  
  61.             
  62.           Copyright (C) 1990 by Quarterdeck Office Systems
  63.              * * *   E N D   O F   F I L E    * * * 
  64.